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 SourceFile
public String getContent()
getContent
in interface SourceFile
public boolean wasModified()
wasModified
in interface SourceFile
Copyright © 2009-2017 Google. All Rights Reserved.