public class VirtualFile extends Object implements SourceFile
| Constructor and Description |
|---|
VirtualFile(String name,
String code) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContent() |
String |
getName() |
int |
hashCode() |
boolean |
wasModified() |
public String getName()
getName in interface SourceFilepublic String getContent()
getContent in interface SourceFilepublic boolean wasModified()
wasModified in interface SourceFileCopyright © 2009-2015 Google. All Rights Reserved.